home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
EatFruits.swf
/
scripts
/
frame_2
/
PlaceObject2_24_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
353 b
|
19 lines
onClipEvent(enterFrame){
if(_root.h == 0 or _root.v == 0)
{
this._x += _root.h;
this._y += _root.v;
}
else
{
this._x += _root.h;
this._y += _root.v;
_root.h = 0;
_root.v = 0;
}
if(this.hitTest(_root.fant1) and _root.bleu == true)
{
_root.fant1.gotoAndStop(161);
}
}